Set $wgContentHandlerUseDB to false by default for now
authorChad Horohoe <chadh@wikimedia.org>
Wed, 17 Oct 2012 21:00:45 +0000 (17:00 -0400)
committerChad Horohoe <chadh@wikimedia.org>
Wed, 17 Oct 2012 21:00:45 +0000 (17:00 -0400)
commitf5e214541300d60789b3aacb2d6f154572fad784
treea49655d7065b2549fa7c07abdc864b9b8f60e08a
parenta908fc58aa9166acfc0b0d65111195f09f3a48f9
Set $wgContentHandlerUseDB to false by default for now

We'll eventually want to set this to true by default, but right now
the content handler stuff is still semi-experimental stuff that isn't
widely used yet.

Before we turn this back on, let's make sure to give some notice
since it's a pretty major schema change they'll have to make.

Change-Id: If501a065a410a31a4232cd8386b498d7d18a73a4
includes/DefaultSettings.php